<FONT FACE="Comic Sans MS" SIZE=5 COLOR="#800000"><STRONG>
<% If IsEmpty(Session("CustomerFirstName")) Then %>
Welcome to Adventure Works:
<% Else %>
Welcome back to Adventure Works <%=Session("CustomerFirstName")%>!!!
<% End If %>
</FONT>
</STRONG>
You are visitor #<STRONG><%=Session("VisitorID")%></STRONG>
</CENTER>
<P>
</TR>
You know the drill: Proper equipment for your climb leads to a successful ascent. Adventure Works gear has been tested in the most extreme environments on earth, from the 8,000-meter peaks of the Himalayas to the sub-arctic giants of Alaska.
<P>
Adventure Works has all the gear you need for any excursion, from a day hike to a major expedition. Shop with us, set up camp with us, and take our challenge. Join the Adventure Works expedition!
<P>
<BR>
<IMG SRC="/MTxDemo/multimedia/images/tipofday.gif" ALT="Tip of the Day">
<%
'On Error Resume Next
Set InStream = Server.CreateObject("Scripting.FileSystemObject")